ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexRadar<T> Class
Members






In This Topic
    FlexRadar<T> Class
    In This Topic
    Radar chart control.
    Object Model
    FlexRadar<T> Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class FlexRadar(Of T) 
       Inherits FlexChartCore(Of T)
       Implements IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As FlexRadar(Of T)
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class FlexRadar<T> : FlexChartCore<T>, IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class FlexRadar = class(FlexChartCore, IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    JScript does not support Generics.
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class FlexRadar<T> : public FlexChartCore<T>, IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    generic<typename T>
    public ref class FlexRadar : public FlexChartCore<T>, IAnimatable, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexChartBase<T>
                   C1.Web.Mvc.FlexChartCore<T>
                      C1.Web.Mvc.FlexRadar<T>

    See Also